Added a comment.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Sat, 26 Nov 2005 00:38:45 +0000 (00:38 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Sat, 26 Nov 2005 00:38:45 +0000 (00:38 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/server/DevController.py

index 3788202b8aa2ef01ac6da875f3d0722eaf8cde93..1ef7cb476a16b01cc88a45d92e0747a82148e7be 100644 (file)
@@ -139,6 +139,7 @@ class DevController:
                           (devid, self.deviceClass))
 
         elif status == Missing:
+            # Don't try to destroy the device; it's already gone away.
             raise VmError("Device %s (%s) could not be connected. "
                           "Device not found." % (devid, self.deviceClass))